Skip to content

Add make clean target#80

Merged
vojtapolasek merged 1 commit into
ComplianceAsCode:mainfrom
Mab879:add_make_clean
Apr 9, 2026
Merged

Add make clean target#80
vojtapolasek merged 1 commit into
ComplianceAsCode:mainfrom
Mab879:add_make_clean

Conversation

@Mab879
Copy link
Copy Markdown
Member

@Mab879 Mab879 commented Mar 18, 2026

Adds a clean make target.

Fixes #71

Comment thread Makefile Outdated

.PHONY: clean
clean:
rm cvetool
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without -f, it will fail in case the cvetool file does not exist.

Suggested change
rm cvetool
rm -f cvetool

Copy link
Copy Markdown
Collaborator

@vojtapolasek vojtapolasek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks mostly good, please see my comment.

Copy link
Copy Markdown
Collaborator

@vojtapolasek vojtapolasek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now. Thank you.

@vojtapolasek vojtapolasek merged commit ddf4619 into ComplianceAsCode:main Apr 9, 2026
5 checks passed
@vojtapolasek vojtapolasek self-assigned this Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a make clean target

2 participants